From: Eli Zaretskii Date: Thu, 27 Jun 2024 08:55:29 +0000 (+0300) Subject: ; * etc/NEWS: Fix last change (bug#71720). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~868 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0;p=emacs.git ; * etc/NEWS: Fix last change (bug#71720). --- diff --git a/etc/NEWS b/etc/NEWS index b1b01b80bbb..566b2b43b97 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1557,8 +1557,8 @@ and 'python-nav-end-of-block' to the inferior Python process. *** 'eldoc' no longer truncates to a single line by default. Previously, the entire docstring was not available to eldoc, which made -'eldoc-echo-area-use-multiline-p' ineffective. The old behaviour may be -kept by setting that. +'eldoc-echo-area-use-multiline-p' ineffective. The old behavior may be +kept by customizing 'eldoc-echo-area-use-multiline-p'. ** Inferior Python mode